From cabc537b15aec220efc08b6fc4ec623c19af5c2e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 18 Nov 2000 21:06:03 +0000 Subject: [PATCH] (x_set_tool_bar_lines): When clearing the frame, also clear current matrices. --- src/xfns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xfns.c b/src/xfns.c index ca90996770d..84813c07054 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2042,6 +2042,7 @@ x_set_tool_bar_lines (f, value, oldval) { updating_frame = f; clear_frame (); + clear_current_matrices (f); updating_frame = NULL; } } -- 2.30.2